-
Notifications
You must be signed in to change notification settings - Fork 39
fix(blackfire): update to the latest version and URLs #530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
48055a8
to
9dbb8c6
Compare
9dbb8c6
to
9ffb1c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file changes are just fixing linter offenses
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file changes are just fixing linter offenses
mv blackfire.so "${EXT_DIR}/blackfire.so" | ||
|
||
tar -zxf agent.tar.gz | ||
chmod +x agent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The binary name changed from agent
to blackfire
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few nitpicks, but LGTM
# https://docs.blackfire.io/up-and-running/installation?action=install&mode=full&location=local&os=manual&language=php&version=latest&#install-the-packages | ||
# | ||
# → Under "Install the Packages", select "Linux Binary" and 64 bits. Open the network inspector to identify the request triggered when you click on "Download". It contains the last version. | ||
blackfire_agent_version=2.29.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: thanks for the clear explanation, well done for finding it !
|
||
mkdir -p ${PREFIX}/etc/php/conf.d | ||
cat > ${PREFIX}/etc/conf.d/blackfire.ini <<'EOF' | ||
mkdir -p "${PREFIX}/etc/php/conf.d" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mkdir -p "${PREFIX}/etc/php/conf.d" | |
mkdir --parents "${PREFIX}/etc/php/conf.d" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 09714b2
mkdir -p package/ext/${zend_api_version} | ||
pushd $tempbuilddir > /dev/null | ||
tar zcvf $tempdir/package/ext/${zend_api_version}/php-${package_name}.tgz . | ||
mkdir -p "package/ext/${zend_api_version}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mkdir -p "package/ext/${zend_api_version}" | |
mkdir --parents "package/ext/${zend_api_version}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 09714b2
I successfully packaged the
blackfire
extension for PHP 8.3 and 8.4 on the scalingo-24 stack.I also packaged the new version for scalingo-22.